Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with formula interface #52

Merged
merged 4 commits into from
Oct 20, 2023
Merged

Fix issues with formula interface #52

merged 4 commits into from
Oct 20, 2023

Conversation

mayer79
Copy link
Owner

@mayer79 mayer79 commented Oct 20, 2023

Fixes problem with syntactically wrong column names:

Additionally, at least for the default formula ". ~ .", parsing data.frames with many thousands of columns would not fail anymore. This has partly fixed by catching the ". ~ ." case in the initial formula parsing, and switching to ranger()s "x/y" interface. This solves

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9453a1e) 95.16% compared to head (57eabbe) 97.35%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   95.16%   97.35%   +2.19%     
==========================================
  Files           4        4              
  Lines         186      189       +3     
==========================================
+ Hits          177      184       +7     
+ Misses          9        5       -4     
Files Coverage Δ
R/missRanger.R 97.03% <100.00%> (+3.09%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mayer79 mayer79 merged commit bb8b4af into main Oct 20, 2023
7 checks passed
@mayer79 mayer79 deleted the bad_names branch October 29, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants